@charset "UTF-8";
/* CSS Document */

#thover{
  position:fixed;
  width:100%;
  height:100%;
  opacity: .6;
}
.img {
	max-width: 100%;
}
#tpopup{
  position:absolute;
  width: auto;
  /*width:600px;
  height:535px;*/
  background:#FFF;
  left:50%;
  top:50%;
  border-radius:5px;
  padding:10px;
  margin-left:-380px;
  margin-top:-20px;
  text-align:center;
  box-shadow:0 0 10px 0 #000;
  z-index:999999;
}
#tclose{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}

.promo img {
  display: block;
  text-align: center !important;
  margin: auto;
}
.promo p {
  text-align: center;
  margin: 20px;
}
@media (min-width:300px) and (max-width:601px) {
	
#tpopup{
  width:98%;
  left:auto;
  margin: auto;
  top:20%;
}
img {
height: 100%;
max-width: 100%;
}
#promo img {
height: auto;
max-width: 100%;	
}
	
}
	